home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 11
/
Mac Magazin and MacEasy Magazine CD - Issue 11.iso
/
Sharewarebibliothek
/
Applikationen
/
Personal Log v2.0.1 PPC ƒ
/
Misc Files
/
CreateLargeLogFile.txt
next >
Wrap
Text File
|
1995-05-29
|
278b
|
11 lines
tell application "Personal Log v2.0"
activate
repeat with i from 1 to 150
create new entry
set numStr to i as string
set entry subject to "Entry #" & numStr keywords to {"large", "file", numStr}
insert text "This is entry #"&numStr
record entry
end repeat
end tell